home *** CD-ROM | disk | FTP | other *** search
- object ExtForm: TExtForm
- Left = 202
- Top = 409
- Width = 444
- Height = 296
- Caption = 'Quick Zip'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 436
- Height = 262
- Align = alClient
- Caption = 'Please choose extension :'
- TabOrder = 0
- object CheckList: TCheckListBox
- Left = 2
- Top = 15
- Width = 432
- Height = 204
- Align = alClient
- ItemHeight = 13
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 2
- Top = 219
- Width = 432
- Height = 41
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object bOK: TButton
- Left = 344
- Top = 8
- Width = 81
- Height = 25
- Caption = 'Continue'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 256
- Top = 8
- Width = 81
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- end
- end
-